home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 6
/
Aminet 6 - June 1995.iso
/
Aminet
/
util
/
wb
/
AppLauncher.lha
/
AppLauncher
/
Installation
/
AL_Installer.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-03-26
|
221 b
|
12 lines
/* AppLauncher installation */
address command
say "Copying..."
'SYS:system/RexxMast'
'makedir ENV:AppLauncher'
'makedir ENVARC:AppLauncher'
'copy #?.info ENV:AppLauncher'
'copy #?.info ENVARC:AppLauncher'
say "Done."